projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
53c2ad9
)
(eshell-pred-initialize): Do not use make-local-hook.
author
Pavel Janík
<Pavel@Janik.cz>
Sat, 16 Feb 2002 09:39:56 +0000
(09:39 +0000)
committer
Pavel Janík
<Pavel@Janik.cz>
Sat, 16 Feb 2002 09:39:56 +0000
(09:39 +0000)
lisp/eshell/em-pred.el
patch
|
blob
|
history
diff --git
a/lisp/eshell/em-pred.el
b/lisp/eshell/em-pred.el
index 5f9d7524b6f1f585f973a7f27b7fc8224074be97..095dd797585e8e3a805de773ade37b5b1ece67dd 100644
(file)
--- a/
lisp/eshell/em-pred.el
+++ b/
lisp/eshell/em-pred.el
@@
-255,7
+255,6
@@
EXAMPLES:
(defun eshell-pred-initialize ()
"Initialize the predicate/modifier code."
- (make-local-hook 'eshell-parse-argument-hook)
(add-hook 'eshell-parse-argument-hook
'eshell-parse-arg-modifier t t)
(define-key eshell-command-map [(meta ?q)] 'eshell-display-predicate-help)